﻿2026-06-04T06:01:01.1190764Z ##[group]Run actions/checkout@v5
2026-06-04T06:01:01.1191542Z with:
2026-06-04T06:01:01.1191872Z   repository: SaberMage/spt-core
2026-06-04T06:01:01.1195456Z   token: ***
2026-06-04T06:01:01.1195830Z   ssh-strict: true
2026-06-04T06:01:01.1196155Z   ssh-user: git
2026-06-04T06:01:01.1196475Z   persist-credentials: true
2026-06-04T06:01:01.1196855Z   clean: true
2026-06-04T06:01:01.1197178Z   sparse-checkout-cone-mode: true
2026-06-04T06:01:01.1197574Z   fetch-depth: 1
2026-06-04T06:01:01.1197956Z   fetch-tags: false
2026-06-04T06:01:01.1198302Z   show-progress: true
2026-06-04T06:01:01.1198682Z   lfs: false
2026-06-04T06:01:01.1199010Z   submodules: false
2026-06-04T06:01:01.1199367Z   set-safe-directory: true
2026-06-04T06:01:01.1199880Z ##[endgroup]
2026-06-04T06:01:01.2938130Z Syncing repository: SaberMage/spt-core
2026-06-04T06:01:01.2939363Z ##[group]Getting Git version info
2026-06-04T06:01:01.2939922Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T06:01:01.3206904Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T06:01:01.3416085Z git version 2.43.0.windows.1
2026-06-04T06:01:01.3445227Z ##[endgroup]
2026-06-04T06:01:01.3453822Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ec29072a-15f5-4191-879b-7ead832a5f82\.gitconfig'
2026-06-04T06:01:01.3466679Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ec29072a-15f5-4191-879b-7ead832a5f82' before making global git config changes
2026-06-04T06:01:01.3467811Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T06:01:01.3472228Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T06:01:01.3712530Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T06:01:01.3905868Z https://github.com/SaberMage/spt-core
2026-06-04T06:01:01.3937393Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T06:01:01.3941884Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T06:01:01.4137011Z refs/heads/dev-freeform
2026-06-04T06:01:01.4166172Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T06:01:01.4447005Z HEAD is now at 1ba6e06 fix(test): reconcile unix mock command nested single quotes broke manifest TOML
2026-06-04T06:01:01.4952520Z ##[endgroup]
2026-06-04T06:01:01.4955878Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T06:01:01.8710537Z ##[group]Cleaning the repository
2026-06-04T06:01:01.8714259Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T06:01:04.3543481Z Removing target/
2026-06-04T06:01:04.3585380Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T06:01:04.3921997Z HEAD is now at 1ba6e06 fix(test): reconcile unix mock command nested single quotes broke manifest TOML
2026-06-04T06:01:04.3950071Z ##[endgroup]
2026-06-04T06:01:04.3954787Z ##[group]Disabling automatic garbage collection
2026-06-04T06:01:04.3962180Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T06:01:04.4215294Z ##[endgroup]
2026-06-04T06:01:04.4215770Z ##[group]Setting up auth
2026-06-04T06:01:04.4224327Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T06:01:04.4467161Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T06:01:04.8191368Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T06:01:04.8430254Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T06:01:05.2059011Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T06:01:05.2290442Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T06:01:05.5940491Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T06:01:05.6249794Z ##[endgroup]
2026-06-04T06:01:05.6250258Z ##[group]Fetching the repository
2026-06-04T06:01:05.6259500Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f08aedcb3cd2615712f3f30daf07a35ee9870aac:refs/remotes/origin/dev-freeform
2026-06-04T06:01:06.2449307Z From https://github.com/SaberMage/spt-core
2026-06-04T06:01:06.2449840Z  + 1ba6e06...f08aedc f08aedcb3cd2615712f3f30daf07a35ee9870aac -> origin/dev-freeform  (forced update)
2026-06-04T06:01:06.2580365Z ##[endgroup]
2026-06-04T06:01:06.2580804Z ##[group]Determining the checkout info
2026-06-04T06:01:06.2581865Z ##[endgroup]
2026-06-04T06:01:06.2587695Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T06:01:06.2855066Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T06:01:06.3074081Z ##[group]Checking out the ref
2026-06-04T06:01:06.3079237Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T06:01:06.3448972Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T06:01:06.3449413Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T06:01:06.3449868Z Previous HEAD position was 1ba6e06 fix(test): reconcile unix mock command nested single quotes broke manifest TOML
2026-06-04T06:01:06.3450303Z Switched to and reset branch 'dev-freeform'
2026-06-04T06:01:06.3473130Z ##[endgroup]
2026-06-04T06:01:06.3719537Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T06:01:06.3919580Z f08aedcb3cd2615712f3f30daf07a35ee9870aac
